﻿@charset "utf-8";

/*-- 全局reset
-------------------------------------------*/

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img,iframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

a{
	cursor: pointer!important;
}

/*html,body{ overflow-x: hidden;}*/

body {
    font: normal 100% 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
    color: #333;
    background-color: #f9f9f9;
    position: relative;
}

.wd_30{ width: calc(100% - 30px);}
.wd100{ width: 100%;}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
    vertical-align: top;
}



/*重置图片元素*/
.img-responsive{
	max-width: 100%;
	height: auto;
	display: block;
}



address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}


textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
.dsil{ display: inline-block!important;}

.fl {
    float: left;
}

.fr {
    float: right;
}
.pr{ position: relative;}
.pa{ position: absolute;}
.of{ overflow: hidden;}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  

}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}

/*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏
--------------------------------------------------------------------------*/
.c-333 {
    color: #333;
}

.c-666 {
    color: #666;
}

.c-999 {
    color: #999;
}

.c-white{ color: white!important;}

.c-red {
    color: #d82128;
}

.c-green {
    color: #a8d24c;
}
.bgc-green{ background-color: #b1d85c;}
.bgc-gray{ background-color: #f3f3f3!important;}
.bgc-white{ background-color: white;}

/* 字号 */

.simsun {
    font-family: SimSun;
}

.f14,
.fb14 {
    font-size: 14px;
}

.f16,
.fb16 {
    font-size: 16px;
}

.f18,
.fb18 {
    font-size: 18px;
}

.f20,
.fb20 {
    font-size: 20px;
}
.f24,
.fb24 {
    font-size: 24px;
}
.f26,
.fb26 {
    font-size: 26px;
}
.f30,
.fb30 {
    font-size: 30px;
}
.f36,
.fb36 {
    font-size: 36px;
}
.f42,
.fb42 {
    font-size: 42px;
}


.fb,
.fb12,
.fb14,
.fb16,
.fb18,
.fb20,.fb24,.fb26,.fb30,.fb36,.fb32,.fb42 {
    font-weight: 700;
}

.lh{ line-height: 2;}

/* 隐藏 居中 */

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}

/*文字隐藏,省略号*/
.ti,
.te {
    white-space: nowrap;
    overflow: hidden;
}

.ti {
    text-indent: -999em;
}

.te {
    text-overflow: ellipsis;
}

.mgT5{ margin-top: 0.5rem!important;}
.mgT10{margin-top: 1rem!important;}
.mgT20{margin-top: 2rem!important;}
.mgT30{margin-top: 3rem!important;}
.mgT40{margin-top: 4rem!important;}
.mgB5{ margin-bottom: 0.5rem!important;}
.mgB10{margin-bottom: 1rem!important;}
.mgB20{margin-bottom: 2rem!important;}
.mgB30{margin-bottom: 3rem!important;}
.mgB40{margin-bottom: 4rem!important;}
.pd10{ padding: 1rem!important;}
.pd20{ padding: 2rem!important;}
.pd30{ padding: 3rem!important;}
.pdl10{ padding-left: 1rem!important;}
.pdr10{ padding-right: 1rem!important;}
.pdl20{ padding-left: 2rem!important;}
.pdr20{ padding-right: 2rem!important;}
.mgL15{ margin-left: 15px!important;}
.mgR15{ margin-right: 15px!important;}

